Tobias Frost [Mon, 12 Dec 2022 13:33:40 +0000 (14:33 +0100)]
[PATCH] Use the sps from the image
(as e.g mc_chroma is using the sps to determine
picture properties, like pic_width_in_luma_samples
and pic_height_in_luma_samples, I *think* this is
more correct.
This PR is for discussion. (See #345.)
It makes the failures go away, but that does not mean it's correct :)
The following poc will be stop failing if (only) this
patch is applied:
The following are still failing if only this patch is
applied, but they stop failing if #365 is applied as well, but will
still fail with ONLY #365 applied (IOW, both are needed)
Joachim Bauch [Tue, 13 May 2025 07:32:27 +0000 (09:32 +0200)]
Only export symbols defined in the decoder API.
The encoder API is not final yet, so upstream exports all symbols to make
development easier. For packaging we only want to expose the public API.
===================================================================
Joachim Bauch [Tue, 13 May 2025 07:32:27 +0000 (09:32 +0200)]
libde265 (1.0.16-1) unstable; urgency=medium
* d/control: Change "Uploaders" to use my @debian.org address.
* New upstream version 1.0.16
* Refresh patches for new upstream version.
* d/control: Migrate from "pkg-config" to "pkgconf".
* Bump "Standards-Version" to 4.7.2
* d/copyright: Remove entry for file no longer present in upstream tarball.
* Ignore internal std:: symbol.
* d/rules: Check "DEB_BUILD_OPTIONS" before running tests.